home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / ASCFIL.ZIP / README.!!! < prev    next >
Encoding:
Text File  |  1994-03-01  |  1.9 KB  |  43 lines

  1.  
  2. FILE     EXT     DESCRIPTION
  3. ----------------------------------------------------------------------------
  4. ASCFILE  LIB     Ascii file Library...
  5. ASCII    FLD     Field Description file for Ascii.txt
  6. ASCII    TXT     Non Delimited Ascii file... for test1
  7. ASCII2   FLD     Field Description file for Ascii2.txt
  8. ASCII2   TXT     Non Delimited Ascii file... for test2
  9. MAKELIB  BAT     Build Ascii File Library Batch file
  10. MAKETST1 BAT     Build Test1 Batch File
  11. MAKETST2 BAT     Build Test2 Batch File
  12. README   !!!     This file...
  13. RECORD   CPP     Record Class to handle record, and field level functions
  14. RECORD   H       Header file for Record Class
  15. TABLE    CPP     Table Class to handle file, and index level functions
  16. TABLE    H       Header file for Table Class
  17. TEST1    CPP     Test1 program reading ascii.txt using ascii.fld
  18. TEST1    PRJ     Project file for Test1
  19. TEST2    CPP     Test2 program reading ascii2.txt using ascii2.fld
  20. TEST2    PRJ     Project file for Test2
  21.  
  22.  
  23. This is a very simple library of functions to read in a non-delimited
  24. Ascii file... ( although you probably could read in a delimited one as well,
  25. with a little trickery...)
  26.  
  27. You can read the file in sorted, or non-sorted order.  The Index file is
  28. destroyed in the table.cpp destructor ( in case you want to keep it, simply
  29. comment out that line )  The index uses the very simple, but efficient
  30. parent-child tree method...
  31.  
  32. The getField function is overloaded to support... char *, int, long, float,
  33. and double field types... no special declarations of type is needed, but
  34. don't be a smart-alick and try to read a char * field into a double...
  35.  
  36. Anyway, it's very useful to me, for converting ascii to .DBF files on the fly.
  37. So i thought it would be useful to someone else!!  Have Fun....
  38. Oh... It's totally free.... but if you feel you need to send a donation
  39. of a million bucks or so... (NOT)
  40.  
  41. Matthew Rhoades  :)
  42. 72733,1276
  43.